.login-part-containers {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 32222;
    display: none;
  }

  .qrcode_mask {
    display: none;
  }
  .qrcode_mask .mask {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  
  .login-part-containers .login-part-box {
    position: absolute;
    width: 3.43rem;
    padding: 0.27rem 0.24rem;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.08rem;
    background-color: #fff;
  }
  
  .login-part-containers .login-part-box .close-modal-icon {
    position: absolute;
    right: 0.05rem;
    top: 0.1rem;
    width: 0.17rem;
  }
  
  .login-part-containers .login-part-box p {
    text-align: center;
    font-size: 0.16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.24rem;
  }
  
  .login-part-containers .login-part-box .form-common {
    height: 0.5rem;
    overflow: hidden;
    border-radius: 0.04rem;
    background-color: #f5f5f5;
    display: flex;
    position: relative;
    margin-bottom: 0.08rem;
    align-items: center;
    padding-left: 0.2rem;
  }
  
  .login-part-containers .login-part-box .form-common > div {
    width: 0.22rem;
  }
  
  .login-part-containers .login-part-box .form-common input {
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 0.14rem;
    text-indent: 1em;
    width: 53%;
  }
  
  .login-part-containers .login-part-box .form-common .form-send-captche {
    width: 0.9rem;
    height: 0.34rem;
    text-align: center;
    background: #ffffff;
    border-radius: 0.04rem;
    border: 0.001rem solid #ff6e00;
    line-height: 0.34rem;
    font-size: 0.16rem;
    position: absolute;
    font-weight: 400;
    color: #ff6e00;
    right: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .login-part-containers .login-part-box .form-submit {
    height: 0.44rem;
    background: #ff6e00;
    border-radius: 0.22rem;
    text-align: center;
    line-height: 0.44rem;
    font-size: 0.14rem;
    font-weight: 500;
    margin-top: 0.24rem;
    color: #ffffff;
  }
  
  .login-part-containers .login-part-box .form-error-message {
    text-align: center;
    margin-top: 0.12rem;
  }
  
  .login-part-containers .login-part-box .form-error-message .font-login {
    color: #ff6e00;
    font-size: 0.12rem;
    text-decoration: none;
  }

  .qrcode_mask .qrcode_content1 {
    width: 2.92rem;
    height: 4.12rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33333;
  }
  .qrcode_mask .qrcode_content1 .header_wrap {
    height: 0.70rem;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.14rem;
  }
  .qrcode_mask .qrcode_content1 .header_wrap .header_content {
    display: flex;
    justify-content: center;
  }
  .qrcode_mask .qrcode_content1 .header_wrap img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.02rem;
  }
  .qrcode_mask .qrcode_content1 .header_wrap .title {
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #333333;
  }
  
  .qrcode_mask .qrcode_content1 .qr_main {
    height: 3.28rem;
    background-image: url('./images//qrcode_main.png');
    background-repeat: no-repeat;
    background-size: 2.92rem 3.28rem;
    position: relative;
  }
  
  .qrcode_mask .qrcode_content1 .qr_main .avatar_wrap {
    position: absolute;
    top: -0.37rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .qrcode_mask .qrcode_content1 .qr_main .avatar_wrap .avatar {
    width: 0.61rem;
    height: 0.61rem;
    border-radius: 50%;
  }
  .qrcode_mask .qrcode_content1 .qr_main .avatar_wrap .avatar img {
    width: 0.61rem;
    height: 0.61rem;
  }
  .qrcode_mask .qrcode_content1 .qr_main .avatar_wrap .teacher_name {
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #333333;
  }
  .qrcode_mask .qrcode_content1 .qr_main .zhanwei {
    height: 0.56rem;
  }
  .qrcode_mask .qrcode_content1 .qr_main .desc {
    font-family: MicrosoftYaHei;
    font-size: 0.12rem;
    color: #999999;
    width: 100%;
    text-align: center;
  }
  .qrcode_mask .qrcode_content1 .qr_main .saoma {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.16rem;
    width: 100%;
    text-align: center;
    color: #EF6106;
    margin-top: 0.12rem;
  }
  .qrcode_mask .qrcode_content1 .qr_main .qr_code {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .qrcode_mask .qrcode_content1 .qr_main .qr_code img {
    width: 1.86rem;
    height: 1.86rem;
    margin-top: 0.13rem;
  }
  .qrcode_mask .qrcode_content1 .close_qrCode {
    position: absolute;
    bottom: -0.40rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 44444444;
  }
  .qrcode_mask .qrcode_content1 .close_qrCode img {
    width: 0.30rem;
    height: 0.30rem;
  }
  